================
=Vortex Project=
================
The Vortex Client

**What is the Remote Access?**

Well for those of you that have never done remote access before, here is your chance to learn what its all about. Remote access is NOT hacking, which is a very popular misconception. Remote access is simply accessing a computer from a remote location, and giveing that computer commands. That is what the Vortex Project does. One person opens the server, he is the victim, while the other person opens the Client, he is the remote accessor. When the Client user finds out the server user's ip address, he can type it in and connect to the server user's computer. Once he is connected, the server will respond to anything the client tells it to do. This is how remote access works. Remote access can only work if the following conditions are met:

1. A computer is running a server, and has a valid Internet Protocol Address
2. The computer running the server has the neccessary files to run the server
3. The computer runs the server
4. Another computer runs the client, and types in the server's ip address
5. Both programs/computers are connected, and internet connection is not interrupted.

**What is the Vortex Client?**

The Vortex client is the application that tells the server application what to do. If there is no server application running at the ip address you connect to, the client application cannot connect. If there is a connection, the client application will tell the server application commands, and the server will carry them out, no matter what, unless internet connection is interrupted, or the connection between the programs is haulted.

**How does the Vortex Client Work?**

The Vortex Client sends a text message to the server application that is connected to the client user's computer. When the server recieves that message, it will execute a commmand or function coded into the server application. The message is a text string, or data, sent through the server application's Winsock Data Arrival, then passed through the command bas file. The client is the simplest of the programs, as it just sends text messages. Where as the server is the most complicated of the programs, as it accepts the messages, and executes certain functions according to which message is sent.

**Explanation**

The Vortex Client.exe is the client application used for connection and command to the server application. The client application will work on any computer with the following files:

1. MSVBVM60.DLL
2. MSWINSCK.OCX
3. WINSOCK.DLL

If the computer you want to use the client on does not have these files, you can download all three of them for free at www.microsoft.com

**Concluding**

This entire project was created by ZXCVBNM!
I give thanks to ISPCHIP, for dealing with me, and MOBMAN for making remote access so popular as it is today.